Skip to content

Conversation

@enterflet
Copy link

No description provided.

print(matrix_1)
print(matrix_2)
matrix_3 = matrix_1 + matrix_2
print(matrix_3)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

выполнено

clothes = Clothes(17, 5)
print(f'Расход ткани на пальто = {clothes.coat()}')
print(f'Расход ткани на костюм = {clothes.suit}')
print(f'Общий расход = {clothes.coat() + clothes.suit}')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

выполнено


print("Организация ячеек по рядам")
print(cell1.make_order(5))
print(cell2.make_order(10))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

выполнено

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants